home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / CNews / Source / batch / viainews < prev    next >
Encoding:
Text File  |  1992-04-21  |  243 b   |  9 lines

  1. #! /bin/sh
  2. # Feed batch to inews, for ihave/sendme mostly.
  3.  
  4. # =()<. ${NEWSCONFIG-@<NEWSCONFIG>@}>()=
  5. . ${NEWSCONFIG-/usr/lib/news/bin/config}
  6.  
  7. HOME=/dev/null ; export HOME    # suppress signatures, .name, etc.
  8. exec $NEWSBIN/inject/inews -h -W -A
  9.